Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BezierPathCommand Constructor(LeadPoint[])








An array of LeadPoint structures that represent the points used for input of the distorted image.
Initializes a new BezierPathCommand class object with inputPoints values.
Syntax
public BezierPathCommand( 
   LeadPoint[] inputPoints
)
'Declaration
 
Public Function New( _
   ByVal inputPoints() As LeadPoint _
)
'Usage
 
Dim inputPoints() As LeadPoint
 
Dim instance As New BezierPathCommand(inputPoints)
public BezierPathCommand( 
   LeadPoint[] inputPoints
)
function BezierPathCommand( 
   inputPoints 
)
public:
BezierPathCommand( 
   array<LeadPoint>^ inputPoints
)

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.
Requirements

Target Platforms

See Also

Reference

BezierPathCommand Class
BezierPathCommand Members
Overload List

Error processing SSI file